projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b8b6c
)
* lisp/emacs-lisp/comp.el (comp-debug): Fix docstring.
author
Andrea Corallo
<akrl@sdf.org>
Wed, 31 Mar 2021 08:24:55 +0000
(10:24 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 31 Mar 2021 08:24:55 +0000
(10:24 +0200)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 0597837ebd03aae8701d1044bf5d1a4243e2a89b..2f9738a7e20d2826f2ba98c41aa00f882de9084b 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-62,8
+62,8
@@
This is intended for debugging the compiler itself.
0 no debugging output.
This is the recommended value unless you are debugging the compiler itself.
1 emit debug symbols and dump pseudo C code.
- 2 dump gcc passes
and libgccjit log file
.
- 3 dump libgccjit
reproducers
."
+ 2 dump gcc passes.
+ 3 dump libgccjit
log file
."
:type 'integer
:safe #'natnump
:version "28.1")